home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / min < prev    next >
Text File  |  1994-04-25  |  314b  |  14 lines

  1. min:
  2.  
  3. Syntax:    min ( A )
  4.  
  5. Description:
  6.  
  7.     Min returns the minimum value(s) contained in the matrix A. If
  8.     the argument is a vector, then the smallest value is returned.
  9.     If A is a MxN matrix, then a row-vector of N columns is
  10.     returned containing the minimum value from each column of A.
  11.  
  12.  
  13. See Also: mini, max, maxi
  14.